home *** CD-ROM | disk | FTP | other *** search
- In article <hennesse.49.00096512@chemdept.chem.ncsu.edu>,
- Glenn Hennessee <hennesse@chemdept.chem.ncsu.edu> wrote:
- >I don't know about the wsmptsrv problem but your problem with finger31
- >probably is that the services (and maybe protocols, I'm not sure) file(s)
- >aren't in the \etc directory. I had this same problem with FTP's PC/TCP. If
- >you don't have a \etc directory (and I think it must be directly below the
- >root directory i.e. c:\etc) create it and copy the services and protocols
- >files into it. It should work then.
- >Glenn
- >
-
- Thank you! That was indeed my problem with finger31.
-
- However, I have still been unable to get wsmtpsrv to work. I tried telneting
- in to the smtp port and most of the time it GPF's in itself. Some of the
- time it works correctly.
-
- I looked for ws_gmail as someone suggested, but have not found it.
-
- I also have similar problems with Alun Jones' wftpd. I am wondering if there
- is a timing problem with the use of the 3com 3c509 card - I hear it is
- strict on interrupt timing due to a small buffer. Wftpd will lock the
- system after a transfer and GPF (in itself) on an "ls" sometimes.
-
- I also have my suspicions on FTP's winsock. I "upgraded" to PCTCP 2.3 (from
- 2.2 - retaining the same ini file(s) and winsock 1.1) and have lost the use
- of Winchat. I now get the famous gethostbyname0 error.
-
- If ANYONE has tips/hints on ANY of the above, I would grately appreciate the
- info.
-
- Thanks.
-
- David
-
- --
- E-mail: drdowns@brahms.udel.edu | U | David R. Downs | Typos & misspellings
- downs@cis.udel.edu | of | Newark DE 19711 | are my specialties.
- downs@freezer.cns.udel.edu | D | (302) 837-1969 |
- Computer & Information Science ** My opinions don't reflect those of the U of D
- From news@bigblue.oit.unc.edu Mon Feb 21 22:57:26 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA03057; Mon, 21 Feb 1994 19:27:16 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA25608; Mon, 21 Feb 1994 19:13:36 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: 21 Feb 1994 22:57:26 GMT
- From: sad@maine.stanford.edu (Scott Alan Dresser)
- Message-Id: <SAD.94Feb21145727@maine.stanford.edu>
- Organization: Stanford University
- Sender: ses
- References: <crkelly.14.005C3D75@mermaid.micro.umn.edu>
- Subject: Re: Xwin and Winsock
-
-
- In article <crkelly.14.005C3D75@mermaid.micro.umn.edu>
- crkelly@mermaid.micro.umn.edu (Colin R. Kelly) writes:
-
- Here's a question I'm hoping someone out there may be able to answer. I'm
- using Trumpet Winsock and Xwin. To get Xwin to display on my PC, I
- use the command: setenv DISPLAY my.ip.address:0 . When I dial up
- for SLIP access, the IP address is dynamically allocated to me,
- with the fourth number changing from one session to the next. Is
- there any way I can set up a session and have the correct IP
- address automatically placed into my setenv command (or any other
- -display parameter for that matter)?
-
- Colin,
-
- I'm have the same setup here at school. I have the following script
- in ~/bin/getdisp on my machine at campus:
-
- ******************* cut here **********************
-
- #!/bin/csh
- set disp = `last | grep <your_username> | head -1 | awk '{ print $3 }' `
- echo $disp:r":0"
-
- ******************* cut here **********************
-
- You may have to fudge with the fields and such to get this to work
- on a different machine (I'm on a DECStation).
-
- When I startup XWin on my PC at home I use this command:
-
- xterm -display `/<your_home_directory>/bin/getdisp` &
-
- Scott Dresser
- Stanford University
-
-
-